*RMC14003 - 04/26/2009 - Create diagnostic information for ROPEWAKE. * *Problem Summary: * Under certain circumstances, additional diagnostic information * from R#WU (ROPEWAKE) is needed for problem determination. This * additional information is not currently available. * *Symptoms: * Printers do not start when expected. There is a possibility that * ROPEWAKE is not functioning as expected. * *Temporary Fix: * The following replacement object modules must be obtained from * technical support: * ROPEWAKE * *Documentation: * First, you must create a diagnostics control record for this * function. The following is a map of the record, which will reside * in the ROPEPRM data set. The RECORD KEY must be as shown. * DIAT0014 also must be as shown. The length of DIAJIC14 is 134, * so the entire record is 256 bytes. * * To activate trace, at least one of the DIAPRTxx or DIARPTxx * entries must be non-blank. The DIAPRTxx entries indicate specific * printers for which tracing is required. The DIARPTxx entries * indicate specific reports for which tracing is required. * Remember that nearly every ROPEWAKE request is for a specific * report, and does not have a printer specified. * * DIATYP14 DS 0D * DIATYPDK DC CL20'ROPEWAKE DIAGNOSTIC ' RECORD KEY * DIATYPDD DC CL40' ' DESCRIPTION. * DIAT0014 DC CL2'14' PARAMETER TYPE CODE * DIAPRT01 DC CL4' ' PRINTER 1 VALUE. * DIAPRT02 DC CL4' ' PRINTER 2 VALUE. * DIAPRT03 DC CL4' ' PRINTER 3 VALUE. * DIAPRT04 DC CL4' ' PRINTER 4 VALUE. * DIAPRT05 DC CL4' ' PRINTER 5 VALUE. * DIARPT01 DC CL8' ' REPORT 1 NAME. * DIARPT02 DC CL8' ' REPORT 2 NAME. * DIARPT03 DC CL8' ' REPORT 3 NAME. * DIARPT04 DC CL8' ' REPORT 4 NAME. * DIARPT05 DC CL8' ' REPORT 5 NAME. * DIAJIC14 DC XL(DIAPRLEN-(*-DIATYP14))'00' RESERVED. * * Once the diagnostic record has been set up, the new copy * of ROPEWAKE will produce additional messages in the ROPES log. * These additional messages should help us determine if your current * problem is related to ROPEWAKE (R#WU) processing. * *Permanent Fix: * This problem will be corrected by PTF in the next release of * ROPES. * *End Of Document ***********************************************************************